go/parser.resolver.walkExprs (method)

6 uses

	go/parser (current package)
		resolver.go#L225: func (r *resolver) walkExprs(list []ast.Expr) {
		resolver.go#L309: 		r.walkExprs(n.Rhs)
		resolver.go#L313: 			r.walkExprs(n.Lhs)
		resolver.go#L341: 		r.walkExprs(n.List)
		resolver.go#L440: 				r.walkExprs(lhs)
		resolver.go#L455: 				r.walkExprs(spec.Values)